home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.inven._currentframe == 1)
- {
- if(_root.micon._currentframe == 1 && _root.range == true)
- {
- if(_root.even18 == 0)
- {
- play();
- _root.next_dis1 = 2;
- _root.next_txt1 = "One day IΓÇÖm going to catch that toad!";
- }
- else if(_root.txt_number <= 1)
- {
- _root.even18 = 2;
- _root.take = 35;
- _root.sfx.gotoAndStop(3);
- _root.next_dis1 = 2;
- _root.next_txt1 = "Yes I\'ve finally caught him!";
- }
- }
- if(_root.micon._currentframe == 43 && _root.range == true)
- {
- _root.sfx.gotoAndStop(3);
- _root.micon.gotoAndStop(44);
- _root.even18 = 1;
- _root.txt_number = 2;
- _root.next_dis2 = 2;
- _root.next_txt2 = "Hmm that\'s strange. This one fly stayed in the jar. What a smart bug.";
- _root.next_dis1 = 2;
- _root.next_txt1 = "I shall name him Tedward.";
- }
- if(_root.micon._currentframe == 2)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "ThatΓÇÖs Wally the Wart Toad. I think heΓÇÖs been here longer than I have.";
- }
- }
- }
-